home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / PARI / PARI1 / pari / Makefile < prev    next >
Makefile  |  1992-01-04  |  5KB  |  200 lines

  1. # Project:   Pari
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC:  -DRISC_OS  -wdfvna 
  6. Linkflags = -aif -o $@ 
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12. tangleflags = 
  13.  
  14.  
  15. # Final targets:
  16. @.gp:   @.o.alglin1 @.o.alglin2 @.o.anal @.o.arith1 @.o.arith2 @.o.base \
  17.         @.o.bibli1 @.o.bibli2 @.o.elliptic @.o.es @.o.gen1 @.o.gen2 @.o.gen3 @.o.gp @.o.init \
  18.         @.o.mp @.o.plotdummy @.o.polarit1 @.o.polarit2 @.o.trans1 @.o.trans2 @.o.trans3 \
  19.         @.^.^.Clib.o.Stubs @.o.errmessage @.o.helpmsg @.o.version_a 
  20.         Link $(Linkflags) @.o.alglin1 @.o.alglin2 @.o.anal @.o.arith1 \
  21.         @.o.arith2 @.o.base @.o.bibli1 @.o.bibli2 @.o.elliptic @.o.es @.o.gen1 @.o.gen2 @.o.gen3 \
  22.         @.o.gp @.o.init @.o.mp @.o.plotdummy @.o.polarit1 @.o.polarit2 @.o.trans1 @.o.trans2 \
  23.         @.o.trans3 @.^.^.Clib.o.Stubs @.o.errmessage @.o.helpmsg @.o.version_a 
  24.  
  25.  
  26. # User-editable dependencies:
  27. shrink:; squeeze -v gp
  28.  
  29. tidy:;   wipe @.o.* ~C~F~R~V
  30.          copy @.gp %.gp  ~CF
  31.  
  32. o.version_a:  a.version_a
  33.         aa a.version_a
  34.  
  35. # Static dependencies:
  36. @.o.alglin1:   @.c.alglin1
  37.         cc $(ccflags) -o @.o.alglin1 @.c.alglin1 
  38. @.o.alglin2:   @.c.alglin2
  39.         cc $(ccflags) -o @.o.alglin2 @.c.alglin2 
  40. @.o.anal:   @.c.anal
  41.         cc $(ccflags) -o @.o.anal @.c.anal 
  42. @.o.arith1:   @.c.arith1
  43.         cc $(ccflags) -o @.o.arith1 @.c.arith1 
  44. @.o.arith2:   @.c.arith2
  45.         cc $(ccflags) -o @.o.arith2 @.c.arith2 
  46. @.o.base:   @.c.base
  47.         cc $(ccflags) -o @.o.base @.c.base 
  48. @.o.bibli1:   @.c.bibli1
  49.         cc $(ccflags) -o @.o.bibli1 @.c.bibli1 
  50. @.o.bibli2:   @.c.bibli2
  51.         cc $(ccflags) -o @.o.bibli2 @.c.bibli2 
  52. @.o.elliptic:   @.c.elliptic
  53.         cc $(ccflags) -o @.o.elliptic @.c.elliptic 
  54. @.o.es:   @.c.es
  55.         cc $(ccflags) -o @.o.es @.c.es 
  56. @.o.gen1:   @.c.gen1
  57.         cc $(ccflags) -o @.o.gen1 @.c.gen1 
  58. @.o.gen2:   @.c.gen2
  59.         cc $(ccflags) -o @.o.gen2 @.c.gen2 
  60. @.o.gen3:   @.c.gen3
  61.         cc $(ccflags) -o @.o.gen3 @.c.gen3 
  62. @.o.gp:   @.c.gp
  63.         cc $(ccflags) -o @.o.gp @.c.gp 
  64. @.o.init:   @.c.init
  65.         cc $(ccflags) -o @.o.init @.c.init 
  66. @.o.mp:   @.c.mp
  67.         cc $(ccflags) -o @.o.mp @.c.mp 
  68. @.o.plotdummy:   @.c.plotdummy
  69.         cc $(ccflags) -o @.o.plotdummy @.c.plotdummy 
  70. @.o.polarit1:   @.c.polarit1
  71.         cc $(ccflags) -o @.o.polarit1 @.c.polarit1 
  72. @.o.polarit2:   @.c.polarit2
  73.         cc $(ccflags) -o @.o.polarit2 @.c.polarit2 
  74. @.o.trans1:   @.c.trans1
  75.         cc $(ccflags) -o @.o.trans1 @.c.trans1 
  76. @.o.trans2:   @.c.trans2
  77.         cc $(ccflags) -o @.o.trans2 @.c.trans2 
  78. @.o.trans3:   @.c.trans3
  79.         cc $(ccflags) -o @.o.trans3 @.c.trans3 
  80. @.o.errmessage:   @.c.errmessage
  81.         cc $(ccflags) -o @.o.errmessage @.c.errmessage 
  82. @.o.helpmsg:   @.c.helpmsg
  83.         cc $(ccflags) -o @.o.helpmsg @.c.helpmsg 
  84.  
  85.  
  86. # Dynamic dependencies:
  87. o.messages:    c.messages
  88. o.alglin1:    c.alglin1
  89. o.alglin1:    h.genpari
  90. o.alglin1:    h.gencom
  91. o.alglin1:    h.erreurs
  92. o.alglin1:    h.genport
  93. o.alglin2:    c.alglin2
  94. o.alglin2:    h.genpari
  95. o.alglin2:    h.gencom
  96. o.alglin2:    h.erreurs
  97. o.alglin2:    h.genport
  98. o.anal:    c.anal
  99. o.anal:    h.genpari
  100. o.anal:    h.gencom
  101. o.anal:    h.erreurs
  102. o.anal:    h.genport
  103. o.arith1:    c.arith1
  104. o.arith1:    h.genpari
  105. o.arith1:    h.gencom
  106. o.arith1:    h.erreurs
  107. o.arith1:    h.genport
  108. o.arith2:    c.arith2
  109. o.arith2:    h.genpari
  110. o.arith2:    h.gencom
  111. o.arith2:    h.erreurs
  112. o.arith2:    h.genport
  113. o.base:    c.base
  114. o.base:    h.genpari
  115. o.base:    h.gencom
  116. o.base:    h.erreurs
  117. o.base:    h.genport
  118. o.bibli1:    c.bibli1
  119. o.bibli1:    h.genpari
  120. o.bibli1:    h.gencom
  121. o.bibli1:    h.erreurs
  122. o.bibli1:    h.genport
  123. o.bibli2:    c.bibli2
  124. o.bibli2:    h.genpari
  125. o.bibli2:    h.gencom
  126. o.bibli2:    h.erreurs
  127. o.bibli2:    h.genport
  128. o.elliptic:    c.elliptic
  129. o.elliptic:    h.genpari
  130. o.elliptic:    h.gencom
  131. o.elliptic:    h.erreurs
  132. o.elliptic:    h.genport
  133. o.es:    c.es
  134. o.es:    h.genpari
  135. o.es:    h.gencom
  136. o.es:    h.erreurs
  137. o.es:    h.genport
  138. o.gen1:    c.gen1
  139. o.gen1:    h.genpari
  140. o.gen1:    h.gencom
  141. o.gen1:    h.erreurs
  142. o.gen1:    h.genport
  143. o.gen2:    c.gen2
  144. o.gen2:    h.genpari
  145. o.gen2:    h.gencom
  146. o.gen2:    h.erreurs
  147. o.gen2:    h.genport
  148. o.gen3:    c.gen3
  149. o.gen3:    h.genpari
  150. o.gen3:    h.gencom
  151. o.gen3:    h.erreurs
  152. o.gen3:    h.genport
  153. o.gp:    c.gp
  154. o.gp:    h.genpari
  155. o.gp:    h.gencom
  156. o.gp:    h.erreurs
  157. o.gp:    h.genport
  158. o.init:    c.init
  159. o.init:    h.genpari
  160. o.init:    h.gencom
  161. o.init:    h.erreurs
  162. o.init:    h.genport
  163. o.mp:    c.mp
  164. o.mp:    h.genpari
  165. o.mp:    h.gencom
  166. o.mp:    h.erreurs
  167. o.mp:    h.genport
  168. o.plotdummy:    c.plotdummy
  169. o.plotdummy:    h.genpari
  170. o.plotdummy:    h.gencom
  171. o.plotdummy:    h.erreurs
  172. o.plotdummy:    h.genport
  173. o.polarit1:    c.polarit1
  174. o.polarit1:    h.genpari
  175. o.polarit1:    h.gencom
  176. o.polarit1:    h.erreurs
  177. o.polarit1:    h.genport
  178. o.polarit2:    c.polarit2
  179. o.polarit2:    h.genpari
  180. o.polarit2:    h.gencom
  181. o.polarit2:    h.erreurs
  182. o.polarit2:    h.genport
  183. o.trans1:    c.trans1
  184. o.trans1:    h.genpari
  185. o.trans1:    h.gencom
  186. o.trans1:    h.erreurs
  187. o.trans1:    h.genport
  188. o.trans2:    c.trans2
  189. o.trans2:    h.genpari
  190. o.trans2:    h.gencom
  191. o.trans2:    h.erreurs
  192. o.trans2:    h.genport
  193. o.trans3:    c.trans3
  194. o.trans3:    h.genpari
  195. o.trans3:    h.gencom
  196. o.trans3:    h.erreurs
  197. o.trans3:    h.genport
  198. o.errmessage:    c.errmessage
  199. o.helpmsg:    c.helpmsg
  200.